add padding to the class structure. ditto. ditto.
authorKristian Rietveld <kris@gtk.org>
Wed, 15 Oct 2003 20:33:17 +0000 (20:33 +0000)
committerKristian Rietveld <kristian@src.gnome.org>
Wed, 15 Oct 2003 20:33:17 +0000 (20:33 +0000)
Wed Oct 15 22:31:09 2003  Kristian Rietveld  <kris@gtk.org>

* gtk/gtkcombobox.h: add padding to the class structure.
* gtk/gtkcomboboxentry.h: ditto.
* gtk/gtkentrycompletion.h: ditto.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcombobox.h
gtk/gtkcomboboxentry.h
gtk/gtkentrycompletion.h

index f15baa601c2234be7ce6efb4376d7ff6838cf1f9..b59188a0ba445e6a9be4bff6971cdf83f81236df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Oct 15 22:31:09 2003  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtkcombobox.h: add padding to the class structure.
+       * gtk/gtkcomboboxentry.h: ditto.
+       * gtk/gtkentrycompletion.h: ditto.
+
 Wed Oct 15 22:04:59 2003  Kristian Rietveld  <kris@gtk.org>
 
        * gtk/gtkcombobox.c (gtk_combo_box_get_active),
index f15baa601c2234be7ce6efb4376d7ff6838cf1f9..b59188a0ba445e6a9be4bff6971cdf83f81236df 100644 (file)
@@ -1,3 +1,9 @@
+Wed Oct 15 22:31:09 2003  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtkcombobox.h: add padding to the class structure.
+       * gtk/gtkcomboboxentry.h: ditto.
+       * gtk/gtkentrycompletion.h: ditto.
+
 Wed Oct 15 22:04:59 2003  Kristian Rietveld  <kris@gtk.org>
 
        * gtk/gtkcombobox.c (gtk_combo_box_get_active),
index f15baa601c2234be7ce6efb4376d7ff6838cf1f9..b59188a0ba445e6a9be4bff6971cdf83f81236df 100644 (file)
@@ -1,3 +1,9 @@
+Wed Oct 15 22:31:09 2003  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtkcombobox.h: add padding to the class structure.
+       * gtk/gtkcomboboxentry.h: ditto.
+       * gtk/gtkentrycompletion.h: ditto.
+
 Wed Oct 15 22:04:59 2003  Kristian Rietveld  <kris@gtk.org>
 
        * gtk/gtkcombobox.c (gtk_combo_box_get_active),
index f15baa601c2234be7ce6efb4376d7ff6838cf1f9..b59188a0ba445e6a9be4bff6971cdf83f81236df 100644 (file)
@@ -1,3 +1,9 @@
+Wed Oct 15 22:31:09 2003  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtkcombobox.h: add padding to the class structure.
+       * gtk/gtkcomboboxentry.h: ditto.
+       * gtk/gtkentrycompletion.h: ditto.
+
 Wed Oct 15 22:04:59 2003  Kristian Rietveld  <kris@gtk.org>
 
        * gtk/gtkcombobox.c (gtk_combo_box_get_active),
index f15baa601c2234be7ce6efb4376d7ff6838cf1f9..b59188a0ba445e6a9be4bff6971cdf83f81236df 100644 (file)
@@ -1,3 +1,9 @@
+Wed Oct 15 22:31:09 2003  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtkcombobox.h: add padding to the class structure.
+       * gtk/gtkcomboboxentry.h: ditto.
+       * gtk/gtkentrycompletion.h: ditto.
+
 Wed Oct 15 22:04:59 2003  Kristian Rietveld  <kris@gtk.org>
 
        * gtk/gtkcombobox.c (gtk_combo_box_get_active),
index 4a188a64afd790edd8b3c25273856c8f4fa3a681..e93ebee444e995e0781676bcc6f42f7bf7888ae8 100644 (file)
@@ -51,6 +51,12 @@ struct _GtkComboBoxClass
 
   /* signals */
   void     (* changed)          (GtkComboBox *combo_box);
+
+  /* Padding for future expansion */
+  void (*_gtk_reserved0) (void);
+  void (*_gtk_reserved1) (void);
+  void (*_gtk_reserved2) (void);
+  void (*_gtk_reserved3) (void);
 };
 
 
index 85f88fe1cb0815b37fed9aead3370179cb08a282..9ec985f9122e3d67c3b1e605ffc0aa04cd03e510 100644 (file)
@@ -47,6 +47,12 @@ struct _GtkComboBoxEntry
 struct _GtkComboBoxEntryClass
 {
   GtkComboBoxClass parent_class;
+
+  /* Padding for future expansion */
+  void (*_gtk_reserved0) (void);
+  void (*_gtk_reserved1) (void);
+  void (*_gtk_reserved2) (void);
+  void (*_gtk_reserved3) (void);
 };
 
 
index 2a1b23327fd926f1e2f93aa2b248d697c6665f4c..4ad3d7345a83d932e788907adefdc4055039644d 100644 (file)
@@ -64,6 +64,12 @@ struct _GtkEntryCompletionClass
                                  GtkTreeIter        *iter);
   void     (* action_activated) (GtkEntryCompletion *completion,
                                  gint                index);
+
+  /* Padding for future expansion */
+  void (*_gtk_reserved0) (void);
+  void (*_gtk_reserved1) (void);
+  void (*_gtk_reserved2) (void);
+  void (*_gtk_reserved3) (void);
 };
 
 /* core */